home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / Text Editor / Source / TextEditorSettings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-13  |  481 b   |  26 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        TextEditorSettings.h
  3.  
  4.     Contains:    TextEditor Settings dialog functions
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11. #ifndef _TEXTEDITORSETTINGS_
  12. #define _TEXTEDITORSETTINGS_
  13.  
  14. // --- OpenDoc Includes ---
  15.  
  16. #ifndef _ODTYPES_
  17. #include <ODTypes.h>
  18. #endif
  19.  
  20. #ifndef SOM_ODStorageUnit_xh
  21. #include <StorageU.xh>
  22. #endif
  23.  
  24. void ModalSettingsDialog(Environment* ev, ODFrame* frame, Rect* margins, ODUShort* alignment);
  25.  
  26. #endif